home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / tpyra130.zip / PYRAMID.CFG < prev    next >
Text File  |  1996-11-09  |  18KB  |  423 lines

  1. ; PYRAMID.CFG - Sample Pyramid Solitaire door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize Pyramid Solitaire
  4. ; door for use on their own system.  Pyramid Solitaire is designed to run on
  5. ; almost any BBS system automatically.  The configuration file system is provided
  6. ; to allow the customization of options such as paging hours, maximum time
  7. ; permitted within the door, etc...
  8. ;
  9. ; Any text following a semi-colon (;), and blank lines, are ignored.
  10. ;
  11. ;------------------------------------------------------------------------------
  12. ;
  13. ;  BBS system directory. Indicates where the door information file (drop file)
  14. ;  can be found. Remove the semi-colon (;) to activate this option.  You may
  15. ;  also specify the drop filename here!
  16. ;
  17. BBSDir    C:\SF\SFDOORS.DAT
  18. ;
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  The door's working directory. This is where the door's system files are
  22. ;  located. Remove the semi-colon (;) to activate this option.
  23. ;
  24. DoorDir    C:\DOORS\PYRAMID
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Local mode override. Forces door to always operate in local test mode.
  29. ;  Remove the semi-colon (;) to activate this option. When this mode is
  30. ;  activated, no door information file is required and default settings are
  31. ;  used for the user's name, location, etc.
  32. ;
  33. ;LocalMode
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  Door personality setting. This setting selects one of a number of sysop
  38. ;  interface personalities. Each personality setting emulates the status line
  39. ;  format and sysop function keys of a particular BBS package. Valid
  40. ;  personality settings are:
  41. ;
  42. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  43. ;                     PCBoard
  44. ;                     RemoteAccess
  45. ;                     Wildcat
  46. ;
  47. Personality    Standard
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  52. ;  door should record log information. To disable the log file altogether,
  53. ;  remove the semi-colon (;) from the "DisableLogging" line.
  54. ;
  55. ;LogFileName    PYRAMID.LOG
  56. DisableLogging
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;  The number of spaces to indent when writing to the log file.
  60. ;
  61. IndentSpace 15
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;  Allow the user to logoff the BBS from within the door. (YES or NO).
  65. ;
  66. AllowLogOff YES
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ;  Display all cards face up (YES).  Display ONLY Playable cards Face up (NO).
  71. ;  Setting this to NO makes the game just a little more difficult.
  72. ;  REGISTERED OPTION ONLY.  Will always default to YES if Unregistered or if
  73. ;  left out of this configuration file.
  74. ;
  75. AllCardsFaceUp  YES
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ;  Limit the amount of FREE games that can be won per day.  Range:  0-9999
  80. ;  A message will be displayed if they reach the max amount.
  81. ;  REGISTERED OPTION ONLY.  Will always default to 9999 if Unregistered or if
  82. ;  left out of this configuration file.
  83. ;
  84. FreeGameLimit   9999
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  Limit the number of Play Ahead Days that a user can play per day!
  89. ;  Range: 0-31
  90. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  91. ;  left out of this configuration file.
  92. ;
  93. PlayAheadDays   1
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ;  Limit the number of Games played per day!
  98. ;  Range: 0-65534
  99. ;  REGISTERED OPTION ONLY.  Will always default to 10 if Unregistered or if
  100. ;  left out of this configuration file.
  101. ;
  102. GamesPerDay   10
  103. ;
  104. ;------------------------------------------------------------------------------
  105. ;
  106. ;  Limit the number of Times through the Stock Pile!
  107. ;  Range: 1-65534
  108. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  109. ;  left out of this configuration file.
  110. ;
  111. TimesThruStock    1
  112. ;
  113. ;------------------------------------------------------------------------------
  114. ;
  115. ;  Game Colors.  Background color and Card Color Defualts.
  116. ;  Range:
  117. ;        Background Color:
  118. ;                         black
  119. ;                         blue
  120. ;                         green
  121. ;                         cyan
  122. ;                         red
  123. ;                         magenta
  124. ;                         brown
  125. ;                         white
  126. ;
  127. ;              Card Color:
  128. ;                         black   <---NOT RECOMMENDED
  129. ;                         blue
  130. ;                         green
  131. ;                         cyan
  132. ;                         red     <---NOT RECOMMENDED
  133. ;                         magenta
  134. ;                         brown
  135. ;                         white
  136. ;
  137. ;  REGISTERED OPTION ONLY.  Will always default to white/white if
  138. ;  Unregistered or if left out of this configuration file.
  139. ;
  140. BackGroundColor  white
  141. CardColor        white
  142. ;
  143. ;------------------------------------------------------------------------------
  144. ;
  145. ;  Total Make Up Days Allowed per day!
  146. ;  Range: 1-31
  147. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  148. ;  left out of this configuration file.
  149. ;
  150. MakeUpDays   1
  151. ;
  152. ;------------------------------------------------------------------------------
  153. ;
  154. ;  BBS node number that door is running on. Only used if Pyramid Solitaire is
  155. ;  unable to determine the node number by some other means.
  156. ;
  157. ;Node    1
  158. ;
  159. ;------------------------------------------------------------------------------
  160. ;
  161. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  162. ;  time, up until, but not including, the end time. Times should be in 24-hour
  163. ;  format. To disable paging on a particular day, set the paging start and end
  164. ;  times to the same time.
  165. ;
  166. ;                      Start Time    End Time
  167. SundayPagingHours         9:00        22:00
  168. MondayPagingHours         8:30        22:00
  169. TuesdayPagingHours        8:30        22:00
  170. WednesdayPagingHours      8:30        22:00
  171. ThursdayPagingHours       6:30        22:00
  172. FridayPagingHours         8:30        22:00
  173. SaturdayPagingHours       9:00        22:00
  174. ;
  175. ;------------------------------------------------------------------------------
  176. ;
  177. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  178. ;  sysop page alarm.
  179. ;
  180. PageDuration    10
  181. ;
  182. ;------------------------------------------------------------------------------
  183. ;
  184. ;  Maximum length of time a user is permitted to access the door. If the user's
  185. ;  total remaining time on the BBS is less than this value, the user will only
  186. ;  be permitted to access the door for this shorter length of time. This option
  187. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  188. ;  When this option is disabled, the user will be permitted to use the full
  189. ;  of their remaining time on the BBS within the door.
  190. ;
  191. ;MaximumDoorTime    15
  192. ;
  193. ;------------------------------------------------------------------------------
  194. ;
  195. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  196. ;  without the user pressing any key, before the user will be automatically
  197. ;  disconnected. A value of 0 disables inactivity timeouts.
  198. ;
  199. InactivityTimeout    220
  200. ;
  201. ;------------------------------------------------------------------------------
  202. ;
  203. ;  Name of the sysop. The Door can usually determine the sysop's name from the
  204. ;  information passed to the door by the BBS. However, some BBS software does
  205. ;  not supply this information to doors. In such cases, if the sysop's name is
  206. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  207. ;  activate this option.
  208. ;
  209. SysopName    Timothy J. Ward
  210. ;
  211. ;------------------------------------------------------------------------------
  212. ;
  213. ;  Name of the BBS. The Door can usually determine the name of the BBS from
  214. ;  the information passed to the door by the BBS. However, some BBS software
  215. ;  does not supply this information to door programs. In such cases, if the
  216. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  217. ;  semi-colon (;) to activate this option.
  218. ;
  219. SystemName    The Ultimate House of Fun BBS
  220. ;
  221. ;------------------------------------------------------------------------------
  222. ;
  223. ;  Door colour options. These options specify the various text colours that
  224. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  225. ;  Colours are specified in the format:
  226. ;
  227. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  228. ;
  229. ;  Where foreground and background colours are one of:
  230. ;
  231. ;         Black
  232. ;         Blue
  233. ;         Green
  234. ;         Cyan
  235. ;         Red
  236. ;         Magenta
  237. ;         Yellow / Brown
  238. ;         White / Grey
  239. ;
  240. ChatUserColour               Bright white on black
  241. ChatSysopColour              Bright red on black
  242. PagePromptColour             Bright white on black
  243. PopupMenuTitleColour         Bright white on grey
  244. PopupMenuBorderColour        Black on grey
  245. PopupMenuTextColour          Black on grey
  246. PopupMenuKeyColour           Red on grey
  247. PopupMenuHighlightColour     Grey on black
  248. PopupMenuHighKeyColour       Red on black
  249. ;
  250. ;------------------------------------------------------------------------------
  251. ;
  252. ;  Memory swapping options. These options are generally not needed, but can be
  253. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  254. ;  to specify which directory or directories should be used for swapping.
  255. ;  Multiple directory paths can be seperated using a semi-colon.
  256. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  257. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  258. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  259. ;
  260. SwappingDir    C:\
  261. ;SwappingNoEMS
  262. ;SwappingDisable
  263. ;
  264. ;------------------------------------------------------------------------------
  265. ;
  266. ;  Serial port options. These options are generally not needed, as these
  267. ;  settings can usually be determined from the BBS door information file.
  268. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  269. ;  with the modem. "SerialPort" specifies the port port number that the modem
  270. ;  is connected to. Unless you have reassigned the port numbers through your
  271. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  272. ;  so on. Remove the semi-colon (;) to activate either of these options.
  273. ;
  274. LockedBPS    38400
  275. SerialPort   1
  276. ;
  277. ;
  278. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  279. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  280. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  281. ;  the door to always communicate directly with the modem, bypassing any
  282. ;  FOSSIL driver.
  283. ;
  284. ;NoFossil
  285. ;
  286. ;------------------------------------------------------------------------------
  287. ;
  288. ;  The following options only apply if a FOSSIL driver is NOT being used for
  289. ;  serial communications. If a FOSSIL driver IS being used, these options
  290. ;  are normally set on the FOSSIL driver command line.
  291. ;
  292. ;  Hexidecimal address of the serial port. This address can usually be
  293. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  294. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  295. ;  (;) to activate this option.
  296. ;
  297. ;PortAddress 2F8
  298. ;
  299. ;
  300. ;  Interrupt request line that the serial port is using. May be any IRQ line
  301. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  302. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  303. ;  to activate this option.
  304. ;
  305. ;PortIRQ 4
  306. ;
  307. ;
  308. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  309. ;  the serial I/O receive buffer. You may want to increase this buffer size
  310. ;  if you find that characters being sent from the user's modem are being lost.
  311. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  312. ;  buffer. You may want to increase this buffer size for improved performance
  313. ;  in some multitasking environments.
  314. ;
  315. ReceiveBuffer 256
  316. TransmitBuffer 1024
  317. ;
  318. ;
  319. ;  UART FIFO buffers. Normally, the door will use 16550A UART FIFO buffers
  320. ;  if they are available. You can prevent the door from using the FIFO
  321. ;  buffers, even if they are available, by removing the semi-colon before
  322. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  323. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  324. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  325. ;  bytes.
  326. ;
  327. ;NoFIFO
  328. FIFOTriggerSize 4
  329. ;
  330. ;------------------------------------------------------------------------------
  331. ;
  332. ;  Custom door information file support. the door automatically recognizes
  333. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  334. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  335. ;  to permit the door to operate on BBS systems that produce a different
  336. ;  format file, you may define a custom door information file format. A custom
  337. ;  door information file format is defined using the "CustomFileName" command,
  338. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  339. ;
  340. ;  The "CustomFileName" option specifies the filename used to distinguish this
  341. ;  file format from other file formats. This filename should not include a
  342. ;  path. To specify the path where the door information file is located, use
  343. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  344. ;  custom format is the same as that of one of the built-in formats, the custom
  345. ;  format will override the built-in format.
  346. ;
  347. ;  The actual format of the custom file is specified using a number of lines
  348. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  349. ;  correspond to a single line in the door information file, with the option
  350. ;  following the "CustomFileLine" keyword specifying the information that can
  351. ;  be found on that line. This can be one of the following keywords:
  352. ;
  353. ;                    Ignore - Causes the next line in the door information
  354. ;                             file to be ignored. Use on lines for which none
  355. ;                             of the options below apply.
  356. ;                   ComPort - COM? port the modem is connected to
  357. ;                             (0 indicates local mode)
  358. ;                FossilPort - Fossil port number the modem is connected to
  359. ;                  ModemBPS - BPS rate at which to communicate with modem
  360. ;                             (0 or non-numerical value indicates local mode)
  361. ;                 LocalMode - 1, T or Y if door is operating in local mode
  362. ;                  UserName - Full name of the user
  363. ;             UserFirstName - First name(s) of the user
  364. ;              UserLastName - Last name of the user
  365. ;                     Alias - The user's psuedonym / handle
  366. ;                 HoursLeft - Hours user has left online
  367. ;               MinutesLeft - Minutes user has left online, or time left online
  368. ;                             in format hh:mm
  369. ;               SecondsLeft - Seconds user has left online, or time left online
  370. ;                             in format hh:mm:ss or format mm:ss
  371. ;                             (If more than one of the above time options are
  372. ;                             used, the user time left is taken to be the total
  373. ;                             of all of these values.)
  374. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  375. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  376. ;                       RIP - 1, T or Y for RIP graphics mode
  377. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  378. ;              ScreenLength - Number of lines on user's screen
  379. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  380. ;                  Security - The user's security level / access level
  381. ;                      City - City the user is calling from
  382. ;                      Node - Node number user is connected to
  383. ;                 SysopName - Full name of the sysop
  384. ;            SysopFirstName - The sysop's first name(s)
  385. ;             SysopLastName - The sysop's last name
  386. ;                SystemName - Name of the BBS
  387. ;
  388. ;
  389. ;CustomFileName    SFDOORS.DAT
  390. ;CustomFileLine    UserName
  391. ;CustomFileLine    Ignore
  392. ;CustomFileLine    UserFirstName
  393. ;CustomFileLine    ModemBPS
  394. ;CustomFileLine    ComPort
  395. ;CustomFileLine    MinutesLeft
  396. ;CustomFileLine    Ignore
  397. ;CustomFileLine    Ignore
  398. ;CustomFileLine    ANSI
  399. ;CustomFileLine    Security
  400. ;CustomFileLine    Ignore
  401. ;CustomFileLine    Ignore
  402. ;CustomFileLine    MinutesLeft
  403. ;CustomFileLine    Ignore
  404. ;CustomFileLine    Ignore
  405. ;CustomFileLine    Ignore
  406. ;CustomFileLine    Ignore
  407. ;CustomFileLine    Ignore
  408. ;CustomFileLine    Ignore
  409. ;CustomFileLine    Ignore
  410. ;CustomFileLine    Node
  411. ;CustomFileLine    Ignore
  412. ;CustomFileLine    Ignore
  413. ;CustomFileLine    Ignore
  414. ;CustomFileLine    Ignore
  415. ;CustomFileLine    Ignore
  416. ;CustomFileLine    Ignore
  417. ;CustomFileLine    Ignore
  418. ;CustomFileLine    City
  419. ;CustomFileLine    Ignore
  420. ;CustomFileLine    RIP
  421. ;
  422. ;------------------------------------------------------------------------------
  423.